home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5973 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  24 lines

  1. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.misc,comp.windows.ms.programmer.misc,comp.os.ms-windows.programmer.tools.owl
  2. Path: bath.ac.uk!py3mwl
  3. From: py3mwl@bath.ac.uk (M W Lawrence)
  4. Subject: Windows app like win95 AVI player
  5. Organization: School of Physics, University of Bath, UK
  6. Message-ID: <DMEyt7.AMy.B.mary@bath.ac.uk>
  7. Date: Wed, 7 Feb 1996 16:22:20 GMT
  8.  
  9.  
  10. Dear C++ and windows Guru!. I would like to write a programme similar to
  11. such things as the avi player. The current e software (not written by me)
  12. is to conftrol a CCIR camera live feed. Mostly the programme is in a main
  13. window with some child dialogs appearing. However I need to write in a 
  14. routine that displays the live feed. This in itself is relatively simple 
  15. (bit maps coming from a grab). However i need some way to display this 
  16. continoiously and still allow control from the main window - and be able 
  17. to effect what the display window shows . Forexample some way of being 
  18. able to get the "display"window to show something from memory - or from disk.
  19.  
  20. Any programming hints would be very helpful
  21.  
  22. Marc
  23.  
  24.